home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
compulse.swf
/
scripts
/
DefineSprite_308
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2013-04-24
|
212 b
|
10 lines
onEnterFrame = function()
{
if(this.hitTest(_root.ball) && _root.yVel > 0)
{
_root.yVel = - Math.abs(_root.yVel);
_root.ball._y = this._y - _root.radius;
_root.yDamper();
}
};